/*!
 * description: 首页列表展示内容
 * require: uicn.css
 * relevancy: post.js
 *
 * date: 2015-07-10 
 * update:
 */

/*作品展示*/
.post-works { margin-left: -20px; }
.post-works li { width: 280px; margin-left: 20px; }
.post-works .cover a { display: block; width: 280px; height: 280px; overflow: hidden; }
.post-works .cover .lastCommentBoxData { position: absolute;top: 180px;left: 34px;display: inline-block;padding: 10px 6px;font-size: 16px;line-height: 20px;color: #fff;background-color: #000;border-radius: 5px;filter: alpha(Opacity=80); -moz-opacity: 0.8;opacity: 0.8;word-wrap: break-word; word-break: break-all;width:200px;text-align:center; }
.post-works .cover .lastCommentBoxData:hover { position: absolute;top: 180px;left: 34px;display: inline-block;padding: 10px 6px;font-size: 16px;line-height: 20px;color: #FF1D6B;background-color: #fff;border-radius: 5px;filter: alpha(Opacity=80); -moz-opacity: 0.8;opacity: 0.8;word-wrap: break-word; word-break: break-all;width:200px;text-align:center; }

/*共用样式*/
.post li { position: relative; float: left; margin-bottom: 15px; }
/*滑过阴影*/
.post .shade { opacity: 0; position: absolute; z-index: 1; top: -16px; right: -14px; bottom: 0; left: -14px; background-color: #fff; box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }
.post .shade:after { content:""; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px solid rgba(0, 0, 0, 0.05); }
/*作品封面*/
.post .cover { position: relative; z-index: 2; }
/*作品信息*/
.post .info { position: relative; z-index: 2; padding: 5px 0 20px 0; height: 75px; overflow: hidden; }
/*作品标题*/
.post .info .title { width: 100%; font-weight: bold; color: #34495e; }
	/*下载*/
.post .info .title.download { width: 250px; }
.post .info .title.download + .i-rar { position: absolute; right: 6px; top: 7px; height: 18px; padding: 0 2px; font-size: 14px; color: #fff; line-height: 18px; background-color: #7f8c8d; }
.post .info .title.download + .i-rar:after,
.post .info .title.download + .i-rar:before { content:""; width: 0; height: 0; position: absolute; border-style: solid; }
.post .info .title.download + .i-rar:before { top: 0; left: -6px; border-color: transparent #7f8c8d transparent transparent; border-width: 9px 6px 9px 0; }
.post .info .title.download + .i-rar:after { top: 0; right: -6px; border-color: transparent transparent transparent #7f8c8d; border-width: 9px 0 9px 6px; }
	/*分类*/
.post .info .classify { float: left; height: 20px; margin-right: 10px; padding: 0 5px; font-size: 12px; color: #9aabb8; line-height: 19px; text-align: center; background-color: #dfe5e9; border-radius: 3px; }
/*查看、评论、点赞数量*/
.post .info .msg { height: 21px; overflow: hidden; }
.post .info .msg span { margin-right: 10px;}
.post .info .msg span i { font-size: 18px; color: #9aabb8; margin-right: 5px; }
.post .info .msg span em { font-size: 14px; color: #9aabb8; }
.post .info .msg .slogan { height: 21px; line-height: 21px; font-size: 12px; }
/*用户信息*/
.post .info .user { margin-top: 7px; }
.post .info .user.on a { color: #FF1D6B; }
.post .info .user a { display: block; height: 20px; line-height: 20px;}
.post .info .user a img { float: left; width: 20px; height: 20px; border-radius: 50%; }
.post .info .user a .name { float: left; margin-left: 10px; font-size: 12px; }
/*底线*/
.post .line { width: 100%; height: 1px; background: #e2e8eb; position: absolute; bottom: 0; }
